home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-03-23 | 1.3 KB | 46 lines | [TEXT/GEOL] |
- Item 9368383 22-March-90 11:27PST
-
- From: D0532 Aidea Systems, Don Park,PRT
-
- To: CPLUS.DEV$ C++ Interest List--Developers
- CPLUS.APPLE$ C++ Interest List--Apple Employees
-
- Sub: Public Domain C++ Libs?
-
- Q1: Does anyone know where I can following items?
-
- * National Institutes of Health Object Oriented Programming Support Library
- * GNU C++ Library
-
- Both are public domain C++ libraries. I am building my own horde of C++
- classes and would like to what others did so I can do better. If you know of
- other public domain C++ libraries, please let me know.
-
- Q2: Does anyone have access to Usenet C++ news group?
-
- I heard there are lots of C++ stuff over at Usenet and it would be nice if we
- can get it through AppleLink.
-
- Q3: What is the reason for hiding "typedef struct" declarations? Is it simply
- because it is no longer necessary due to new "struct" usage rules?
-
- i.e.
- #ifndef __cplusplus
- typedef struct FontInfo FontInfo;
- #endif
-
- If I remove the conditional bracket, the code compiles just fine. So what
- gives?
-
- Info1:
-
- There is a BBS somewhere on the east coast with a small tomb of C++ stuff.
-
- Tel: 1-303-641-5125
- Set: 8 data 1 stop 0 parity
-
- Thanks dudes.
-
- Don Park
-
-